C/S/O 등급 지정 기능 개발문서
정보
사용자는 우클릭 메뉴를 통해 문서에 등급을 지정할 수 있습니다.
1.개요
- 사용자는 우클릭 메뉴를 통해 문서에 등급을 지정할 수 있습니다.
2. 관련 모듈
파일명 | 경로 | 버전 | 설명 |
---|---|---|---|
DS365.Core.dll | C:\Windows\Softcamp\Security365\DS365\x64 | 6.0.0.7 | |
DS365Agent64.exe | C:\Windows\Softcamp\Security365\DS365\x64 | 6.0.0.10 | |
SCAICommon.dll | C:\Windows\Softcamp\sdk | 6.0.0.2 | |
SCAICommon64.dll | C:\Windows\Softcamp\sdk | 6.0.0.2 | |
SCEncFile.dll | C:\Windows\Softcamp\sdk | 6.0.0.2 | |
SCEncFile64.dll | C:\Windows\Softcamp\sdk | 6.0.0.2 | |
DS365Auth64.exe | C:\Windows\Softcamp\Security365\DS365\x64 | 6.0.2.17 | |
SCPD_DS365.dll | C:\Windows\Softcamp\sdk\scsa | 6.0.3.37 | |
SCPD_DS36564.dll | C:\Windows\Softcamp\sdk\scsa | 6.0.3.37 |
3. 우클릭 메뉴 추가
커스텀 정책 DS_MIP_SHELL_MENU 에 등급 지정 메뉴를 추가 ( DS_MIP_SHELL_MENU 에 대한 상세링크 )
(예시)
{
...
{
"titleRes": "SHELL_MODIFY_SECULABEL", // 메뉴명
"titleDesc": "UI_DRM_TO_AIP_DESC",
"targetCmd": 254, // 해당값 고정값이므로 반드시 254로 해야함함
"targetIcon": "ApplySecuLabel.bmp", // 메뉴 아이콘 리소스
"targetExt": "doc|xls|docx|pptx|xlsx|xlsb",
"targetType": "*"
}
...
}